func go.uber.org/zap/zapcore.newJSONEncoder

3 uses

	go.uber.org/zap/zapcore (current package)
		console_encoder.go#L63: 	return consoleEncoder{newJSONEncoder(cfg, true)}
		json_encoder.go#L78: 	return newJSONEncoder(cfg, false)
		json_encoder.go#L81: func newJSONEncoder(cfg EncoderConfig, spaced bool) *jsonEncoder {